home *** CD-ROM | disk | FTP | other *** search
/ Action Games (2008) / akcnihry1.iso / AT-Robots 2.10 / RECEIVE.AT2 < prev    next >
Encoding:
Text File  |  1998-12-09  |  401 b   |  11 lines

  1. #msg Displays com data
  2. opo P_channel, 1        ; Set to channel 1.
  3. :1
  4. int i_dataready         ; Check for incoming data
  5. cmp fx,        0        ; Anything received yet?
  6. je  1                   ; If not, we loop back to check again.
  7.  
  8. int i_receive           ; If there was data, lets retrieve it,
  9. err fx                  ; And now we'll display it,
  10. jmp 1                   ; then start over.
  11.